var reflect.structLookupCache
7 uses
reflect (current package)
type.go#L2108: var structLookupCache struct {
type.go#L2442: if ts, ok := structLookupCache.m.Load(hash); ok {
type.go#L2452: structLookupCache.Lock()
type.go#L2453: defer structLookupCache.Unlock()
type.go#L2454: if ts, ok := structLookupCache.m.Load(hash); ok {
type.go#L2465: if ti, ok := structLookupCache.m.Load(hash); ok {
type.go#L2468: structLookupCache.m.Store(hash, append(ts, t))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |